initialize few structure fully to zero with talloc_zero
authorvhanquez@kneesa.uk.xensource.com <vhanquez@kneesa.uk.xensource.com>
Thu, 23 Feb 2006 17:14:55 +0000 (17:14 +0000)
committervhanquez@kneesa.uk.xensource.com <vhanquez@kneesa.uk.xensource.com>
Thu, 23 Feb 2006 17:14:55 +0000 (17:14 +0000)
commitaadfc97676597ad58088605c7782ec6a5956de95
tree73b47d514cfc8b15734b486c986e7feca9a39346
parent5cef365e770d3388179be063af381e867fa7343f
initialize few structure fully to zero with talloc_zero
instead of explicitely initializing some fields to NULL.

Signed-off-by: Vincent Hanquez <vincent@xensource.com>
tools/xenstore/xenstored_core.c